home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / hf^k-7.dms / in.adf / envMDT11 / Install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-19  |  436 b   |  15 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/microdot.syntax"
  4. INSTALL PRESET="presets/microdot.display"
  5.  
  6. ; create new keyboard configuration (based on the default keyboard)
  7.  
  8. INSTALL PRESET="presets/microdot.keyboard" MERGEKEY="anytext"
  9.  
  10. ; install new filetype
  11.  
  12. FILETYPE ADD="(#?.mdt)" PRI=127 DUP="anytext.mdt" PRESETS "microdot.syntax" "microdot.keyboard" "microdot.display"
  13.  
  14. INFO MSG="Installation complete, please RESTART GoldED."
  15.